<xs:simpleType name="ConfirmationStateType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>Type for specifying touristical confirmation states</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Ok" /> <xs:enumeration value="Declined" /> <xs:enumeration value="Request" /> </xs:restriction> </xs:simpleType>
© 2017 All Rights Reserved.